b233d13e34c97e2d3499decb6dbe5e6a601d0991,src/main/java/com/gearservice/service/AnalyticsService.java,AnalyticsService,createRow,#XSSFSheet#number#CellStyle#number#LocalDate#String#String#number#number#,217
Before Change
Cell cell14 = row1.createCell(3);
cell14.setCellValue(fullname);
Cell cell15 = row1.createCell(4);
cell15.setCellStyle(dollarStyle);
cell15.setCellValue(income);
Cell cell16 = row1.createCell(5);
cell16.setCellValue(profit);
After Change
cell12.setCellStyle(dateStyle);
Cell cell13 = row1.createCell(2);
cell13.setCellValue(Date.from(returnedToClientDate.atStartOfDay().atZone(ZoneId.systemDefault()).toInstant()));
cell13.setCellStyle(dateStyle);
Cell cell14 = row1.createCell(3);
cell14.setCellValue(brandName);
Cell cell15 = row1.createCell(4);